projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4d843
)
tests: Fix stylecontext test that we changed semantics for
author
Benjamin Otte
<otte@redhat.com>
Fri, 22 Jul 2011 13:50:20 +0000
(15:50 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 22 Jul 2011 23:24:07 +0000
(
01:24
+0200)
We don't have different priorities for superclasses anymore.
gtk/tests/stylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/tests/stylecontext.c
b/gtk/tests/stylecontext.c
index 733e1fdb216ddd2c36042533b42f499809b09cd1..a3a1e221650ddcb87f74f3ccd4bce489c1cbade9 100644
(file)
--- a/
gtk/tests/stylecontext.c
+++ b/
gtk/tests/stylecontext.c
@@
-244,8
+244,8
@@
test_match (void)
g_assert (gdk_rgba_equal (&color, &expected));
data = "* { color: #f00 }\n"
- "GtkWindow .button { color: #
fff
}\n"
- "GObject .button { color: #
000
}";
+ "GtkWindow .button { color: #
000
}\n"
+ "GObject .button { color: #
fff
}";
gtk_css_provider_load_from_data (provider, data, -1, &error);
g_assert_no_error (error);
gtk_style_context_invalidate (context);